
To work Seo Links Pro inside matches description in Sports predictions component:

===================================
Open:

/components/com_socexpert/views/match/view.html.php:
 

Search for:
 
$Itemid = JRequest::getint('Itemid');
 


Before it insert:

        #SEOLinks BOM
        if (JPluginHelper::importPlugin('content','seolinks',true)) {
            $seoparams = new JRegistry();
            $seorow = new stdClass();
            $seorow->text = $item->descr;
 JDispatcher::getInstance()->trigger('onContentBeforeDisplay', array('socexpert.match', &$seorow, &$seoparams));
            $item->descr = $seorow->text;
        }
        #SEOLinks EOM


===================================

This guide is for Joomla 2.5 only! Info about Sports predictions component:
http://3dwebdesign.org/sports-predictions-for-joomla
